home *** CD-ROM | disk | FTP | other *** search
- #--------------------------------------------
- # BACHTOCC.BCP make file for Borland C++ 2.0
- #--------------------------------------------
-
- bachtocc.exe : bachtocc.obj bachtocc.def
- tlink /c /n /Tw /Lc:\borlandc\lib c0ws bachtocc, bachtocc, NUL, \
- /nod cwins cs import maths mmsystem, bachtocc
- rc -t -30 bachtocc.exe
-
- bachtocc.obj : bachtocc.c
- bcc -c -w-par -W -2 bachtocc.c
-